From 122373c2a70ad5436772d4858d829a508c50001d Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Tue, 8 Aug 2006 09:33:38 +0100 Subject: [PATCH] Add RH-ish localhost to xend-relocation-hosts-allow in xend-config.sxp Signed-off-by: Jim Dykman --- tools/examples/xend-config.sxp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/examples/xend-config.sxp b/tools/examples/xend-config.sxp index 00ae08ca0d..b11a80fc1b 100644 --- a/tools/examples/xend-config.sxp +++ b/tools/examples/xend-config.sxp @@ -54,7 +54,7 @@ # (xend-relocation-hosts-allow '^localhost$ ^.*\.example\.org$') # #(xend-relocation-hosts-allow '') -(xend-relocation-hosts-allow '^localhost$') +(xend-relocation-hosts-allow '^localhost$ ^localhost\.localdomain$') # The limit (in kilobytes) on the size of the console buffer #(console-limit 1024) -- 2.30.2